runtime.pcvalueCache.inUse (field)
10 uses
runtime (current package)
symtab.go#L992: inUse int
symtab.go#L1038: cache.inUse++
symtab.go#L1039: if cache.inUse == 1 {
symtab.go#L1053: cache.inUse--
symtab.go#L1059: } else if debugCheckCache && (cache.inUse < 1 || cache.inUse > 2) {
symtab.go#L1064: cache.inUse--
symtab.go#L1101: cache.inUse++
symtab.go#L1102: if cache.inUse == 1 {
symtab.go#L1113: cache.inUse--
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |